de.ueberdosis.mp3info
Class Configuration

java.lang.Object
  |
  +--de.ueberdosis.mp3info.Configuration

public class Configuration
extends java.lang.Object

Contains various switches and values that can be changed by developers.


Field Summary
static int buttonHeight
          Height of a JButton ("OK") in the GUI-elements
static int buttonWidth
          Width of a JButton ("OK") in the GUI-elements
static java.lang.String defaultLanguage
          The default language for descriptions in Frames.
static boolean keepAllFrames
          Switches the behaviour of the ID3V2Writer.
static int labelHeight
          Height of a JLabel in the GUI-elements
static int labelWidth
          Width of a JLabel in the GUI-elements
static int textAreaHeight
          Height of a JTextArea in the GUI-elements
static int textAreaWidth
          Width of a JTextArea in the GUI-elements
static int textHeight
          Height of a JTextField in the GUI-elements
static int textWidth
          Width of a JTextField in the GUI-elements
 
Constructor Summary
Configuration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

labelWidth

public static int labelWidth
Width of a JLabel in the GUI-elements


labelHeight

public static int labelHeight
Height of a JLabel in the GUI-elements


textWidth

public static int textWidth
Width of a JTextField in the GUI-elements


textHeight

public static int textHeight
Height of a JTextField in the GUI-elements


buttonWidth

public static int buttonWidth
Width of a JButton ("OK") in the GUI-elements


buttonHeight

public static int buttonHeight
Height of a JButton ("OK") in the GUI-elements


textAreaWidth

public static int textAreaWidth
Width of a JTextArea in the GUI-elements


textAreaHeight

public static int textAreaHeight
Height of a JTextArea in the GUI-elements


keepAllFrames

public static boolean keepAllFrames
Switches the behaviour of the ID3V2Writer. If this is set to false (the default), only Frames that contain data are written by the ID3V2Writer


defaultLanguage

public static java.lang.String defaultLanguage
The default language for descriptions in Frames. Used if unsane values were found.

Constructor Detail

Configuration

public Configuration()